blkcat

Hey, this is adi

It's good idea to either
«

[Terminus Font][1] on the [OpenBSD][1] console

Tested on -current

$ cd /usr
$ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -P src

taken from https://www.openbsd.org/anoncvs.html#getting

# cd /sys/arch/$(machine)/compile/GENERIC.MP
# ftp -o /usr/src/sys/dev/wsfont/terminus8x16.h \
	https://bitbucket.org/adrianemilgrigore/ \
	terminusobsdc/raw/b68934b616202b06419711d7a4fb3ef7ededd5ae/ \
	terminus8x16.h
# ftp -o terminusobsdc.patch\
	https://bitbucket.org/adrianemilgrigore/\
	terminusobsdc/raw/b68934b616202b06419711d7a4fb3ef7ededd5ae/ \
	terminusobsd.patch

be sure to inspect the files yourself before patching

# patch -d /usr/src < terminusobsdc.patch
# rm terminusobsdc.patch

now follow release(8) to build and install a new kernel

# make obj
# make config
# make && make install

Credits

[0]: http://terminus-font.sourceforge.net/
[1]: https://openbsd.org/

«